home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / almanac 1.5 .cpt / Almanac v 1.5 / background_3340.txt < prev    next >
Text File  |  1989-01-02  |  2KB  |  99 lines

  1. -- background: 3340 from stack: in.5
  2. -- bmap block id: 7955
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Info
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set scroll of field 2 to 0
  9. end openCard
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=30 top=43 right=71 bottom=248
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 20
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 00
  28. -- high flags: 0007
  29. -- rect: left=30 top=82 right=310 bottom=486
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 20
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 3 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=455 top=39 right=69 bottom=488
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 1012 / 1012
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   pop card
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 4 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=261 top=42 right=69 bottom=297
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1014 / 1014
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   if the short name of this card is "One"
  74.   then
  75. else go prev card
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=343 top=42 right=69 bottom=379
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 1013 / 1013
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: 
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   if number of this card = number of cards
  95.   then
  96. else go next card
  97. end mouseUp
  98.  
  99.